;Bank manager by MentaL [RAGEZONE.com]

[@main]
<$USERNAME>, would you like to exchange some gold?\
\
<Exchange 1million into a goldbar/@1>\
<Exchange goldbar into 1million/@2>\
<Exchange goldbars into goldbar bundle/@3>\
<Exchange goldbar bundle into goldbars/@4>\
<Exchange goldbar bundles into gold chest/@5>\
<Exchange gold chest into goldbar bundles/@6>\
<Next Page/@main2>\
<exit/@exit>

[@main2]
<Exchange goldbar bundle into 5million/@7>\
<Exchange gold chest into 10million/@8>\
<Exchange 5million gold into goldbar bundle/@9>\
<Exchange 10million gold into gold chest/@10>\
<exit/@exit>

[@1]
This requires 1million gold within your bag, do\
you wish to continue?\
<Yes please/@1.1>\
<No thanks/@exit>

[@1.1]
#if
checkgold 1000000
#act
take gold 1000000
give goldbar 1
goto @1done
#elseact
goto @1error

[@1error]
Sorry <$USERNAME> , you do not have enough gold!\
<Exit/@exit>

[@1done]
Thank's, please use my service again in future!\
<Exit/@exit>

[@2]
This will require 1 gold bar within your bag, do\
you wish to continue?\
<Yes please/@2.1>\
<No thanks/@exit>

[@2.1]
#if
checkitem goldbar 1
#act
take goldbar 1
give gold 1000000
goto @2done
#elseact
goto @2error

[@2error]
Sorry <$USERNAME> , but i need a goldbar to exchange\
for gold!\
<Exit/@exit>

[@2done]
Thank's, please use my service again in future!\
be sure to tell your friends about me ^__^!!\
<Exit/@exit>

[@3]
This will require 5 gold bars within your bag, do\
you wish to continue?\
<Yes please/@3.1>\
<No thanks/@exit>

[@3.1]
#if
checkitem goldbar 5
#act
take goldbar 5
give goldbarbundle 1
goto @3done
#elseact
goto @3error

[@3error]
Sorry <$USERNAME> , but i need 5 gold bars inorder to\
exchange them for gold bar bundles, hope you understand\
<Exit/@exit>

[@3done]
Wayhey! look at that shiny gold bar bundle, my mom says\
if you look after the pennys, the pounds will look after\
themselves, and my was she right!\
<Exit/@exit>

[@4]
This will require a goldbar bundle, do you wish to continue?\
<Yes please/@4.1>\
<No thanks/@exit>

[@4.1]
#if
checkitem goldbarbundle 1
#act
take goldbarbundle 1
give goldbar 5
goto @4done
#elseact
goto @4error

[@4error]
Well, seems we have a little problem, dont forget to put\
the goldbar bundle in your bag now!\
<Exit/@exit>

[@4done]
Like magic isnt it sir, how one thing can be changed into\
something else so effortlessly, my father once said that\
a good businessman allways looks the person in the eyes,\
remember that in future <$USERNAME>.\
<Exit/@exit>

[@5]
This will require 2 goldbar bundles in order to exchange\
for a gold chest, do you wish to continue <$USERNAME>?\
<Yes please/@5.1>\
<No thanks/@exit>

[@5.1]
#if
checkitem goldbarbundle 2
#act
take goldbarbundle 2
give goldchest 1
goto @5done
#elseact
goto @5error

[@5error]
Something missing? check you got them 2 goldbar bundles\
<Exit/@exit>

[@5done]
A gold chest, a good player allways has spare cash to burn\
i recommend buying some pots or maybe a teleport ring, hehe\
<Exit/@exit>

[@6]
Do you want to exchange a goldchest for a 2 goldbar bundles?\
<Yes please/@6.1>\
<No thanks/@exit>

[@6.1]
#if
checkitem goldchest 1
#act
take goldchest 1
give goldbarbundle 2
goto @6done
#elseact
goto @6error

[@6error]
Forgetting the chest? go get it then sir, ill be waiting for\
you\
<Exit/@exit>

[@6done]
2 Gold bar bundles, dont they look perfect, a gold bar is allot\
like a woman, if you touch her for long enough, she will become\
a better friend ~_0\
<Exit/@exit>

[@7]
This will require a goldbar bundle , do you wish\
to continue?\
<Yes please/@7.1>\
<No thanks/@exit>

[@7.1]
#if
checkitem goldbarbundle 1
#act
take goldbarbundle 1
give gold 5000000
goto @7done
#elseact
goto @7error

[@7error]
Seems there is a missing bundle, go retrieve it!\
<Exit/@exit>

[@7done]
5million gold, thats allot of change for one person\
in his bag dont you think?/
<Exit/@exit>

[@8]
So, you want to exchange a gold chest for 10million\
gold do you sir! are you sure?\
<Yes please/@8.1>\
<No thanks/@exit>

[@8.1]
#if
checkitem goldchest 1
#act
take goldchest 1
give gold 10000000
goto @8done
#elseact
goto @8error

[@8error]
Hm, a gold chest is allot to missplace dont you think?\
<Exit/@exit>

[@8done]
Well, 10million gold.... now i never expected to see\
that much in a persons bag, ever!\
<Exit/@exit>

[@9]
Do you really want to exchange 5million into\
a gold bar bundle?\
<Yes please/@9.1>\
<No thanks/@exit>

[@9.1]
#if
checkgold 5000000
#act
take gold 5000000
give goldbarbundle 1
goto @9done
#elseact
goto @9error

[@9error]
Sorry sir, shortage of money? maybe you should\
harvest those deers *chuckles*\
<Exit/@exit>

[@9done]
A good fair trade if you ask me!! dont you agree?\
<Exit/@exit>

[@10]
Do you realllllly want to exchange 10million into\
a gold chest?\
<Yes please/@10.1>\
<No thanks/@exit>

[@10.1]
#if
checkgold 10000000
#act
take gold 10000000
give goldchest 1
goto @10done
#elseact
goto @10error

[@10error]
Eh, shortage of cash, really, comeon now sir, this\
isnt a joke.\
<Exit/@exit>

[@10done]
A nice new chest, really  new, 1second old, cant get\
younger than that unless your steven hawkings, but\
oh well, he wont say nothing *laughs*\
<Exit/@exit>